home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00001_Movie Script.ls next >
Encoding:
Text File  |  1995-04-20  |  14.7 KB  |  522 lines

  1. on startMovie
  2.   global theMode, haveseenTopTen, haveseenNews, selectedproducts, haveseenGew, haveseenBest, lastgag, haveseenaltegew
  3.   cursor(4)
  4.   set selectedproducts to list()
  5.   set lastgag to list()
  6.   set theMode to "self"
  7.   set the searchPath to list()
  8.   append(the searchPath, the pathName & "data\mgdvid\")
  9.   append(the searchPath, the pathName & "data\mgmod\")
  10.   append(the searchPath, the pathName & "data\mgtmod\")
  11.   append(the searchPath, the pathName & "data\mgzmod\")
  12.   set haveseenTopTen to 0
  13.   set haveseenNews to 0
  14.   set haveseenGew to 0
  15.   set haveseenBest to 0
  16.   set haveseenaltegew to 0
  17.   set the preloadRam to 100
  18.   put "." into field "antwort"
  19.   set footex to EMPTY
  20.   repeat with foo = 1 to 24
  21.     put " " & RETURN after footex
  22.   end repeat
  23.   put footex into field "hiliteliste"
  24.   importDB()
  25.   adjusttext()
  26.   makeProductList()
  27.   puppetSprite(47, 1)
  28.   puppetSprite(48, 1)
  29.   cursor(0)
  30. end
  31.  
  32. on stopMovie
  33.   puppoff()
  34. end
  35.  
  36. on adjusttext
  37.   set the textHeight of field "Hiliteliste" to 30
  38.   set the textHeight of field "Bestellscrolliste" to 30
  39.   set the textSize of field "Hiliteliste" to 12
  40.   set the textSize of field "Bestellscrolliste" to 12
  41. end
  42.  
  43. on initbestell
  44.   global alterArtikel
  45.   put RETURN into field "Kurzinfofeld"
  46.   set alterArtikel to -1
  47.   set the puppet of sprite 15 to 1
  48.   set the puppet of sprite 17 to 1
  49.   set the puppet of sprite 18 to 1
  50.   set the puppet of sprite 20 to 1
  51.   set the puppet of sprite 30 to 1
  52.   set the puppet of sprite 32 to 1
  53. end
  54.  
  55. on scrollerei
  56.   global alterArtikel
  57.   if the locH of sprite 47 > 600 then
  58.     if rollOver(38) then
  59.       repeat while rollOver(38)
  60.         if the locV of sprite 17 < 67 then
  61.           set the locV of sprite 18 to 1000
  62.           repeat with foo = 1 to 2
  63.             set the locV of sprite 17 to the locV of sprite 17 + 15
  64.             set the locV of sprite 15 to the locV of sprite 15 + 15
  65.             set the locV of sprite 32 to the locV of sprite 32 + 15
  66.             set fooV2 to the locV of sprite 15 + 7
  67.             if fooV2 > 121 then
  68.               set the locV of sprite 30 to 120
  69.               set the height of sprite 30 to fooV2 - 120
  70.             else
  71.               set the locV of sprite 30 to fooV2
  72.               set the height of sprite 30 to 121 - fooV2
  73.             end if
  74.             updateStage()
  75.           end repeat
  76.         end if
  77.       end repeat
  78.       set the locV of sprite 18 to the locV of sprite 17 - 2
  79.       updateStage()
  80.     else
  81.       if rollOver(39) then
  82.         repeat while rollOver(39)
  83.           if the locV of sprite 17 > -291 then
  84.             set the locV of sprite 18 to 1000
  85.             repeat with foo = 1 to 2
  86.               set the locV of sprite 17 to the locV of sprite 17 - 15
  87.               set the locV of sprite 15 to the locV of sprite 15 - 15
  88.               set the locV of sprite 32 to the locV of sprite 32 - 15
  89.               set fooV2 to the locV of sprite 15 + 7
  90.               if fooV2 > 121 then
  91.                 set the locV of sprite 30 to 120
  92.                 set the height of sprite 30 to fooV2 - 120
  93.               else
  94.                 set the locV of sprite 30 to fooV2
  95.                 set the height of sprite 30 to 121 - fooV2
  96.               end if
  97.               updateStage()
  98.             end repeat
  99.           end if
  100.         end repeat
  101.         set the locV of sprite 18 to the locV of sprite 17 - 2
  102.         updateStage()
  103.       else
  104.         set mousefoo to the mouseV
  105.         if (rollOver(14) or rollOver(15) or rollOver(17) or rollOver(18)) and ((mousefoo > 60) and (mousefoo < 420)) then
  106.           set Artikel to ((mousefoo + 7 - the locV of sprite 17) / 30) + 1
  107.           if Artikel <> alterArtikel then
  108.             set fooV to the locV of sprite 17 - 24 + (30 * Artikel)
  109.             put fooV
  110.             set fooV2 to fooV + 7
  111.             set the locV of sprite 15 to fooV
  112.             set the locV of sprite 32 to fooV2
  113.             if fooV2 > 121 then
  114.               set the locV of sprite 30 to 120
  115.               set the height of sprite 30 to fooV2 - 120
  116.             else
  117.               set the locV of sprite 30 to fooV2
  118.               set the height of sprite 30 to 121 - fooV2
  119.             end if
  120.             set noome to "pic" & string(Artikel)
  121.             set the castNum of sprite 20 to the number of cast noome
  122.             put kurzinfotext(Artikel) into field "Kurzinfofeld"
  123.             updateStage()
  124.             set alterArtikel to Artikel
  125.           end if
  126.         else
  127.           set alterArtikel to -1
  128.         end if
  129.       end if
  130.     end if
  131.   end if
  132. end
  133.  
  134. on checkRollOver
  135.   if rollOver(19) then
  136.     ProductHilite(0)
  137.     repeat while rollOver(19)
  138.       obenscrollen()
  139.     end repeat
  140.     ProductHilite(1)
  141.   else
  142.     if rollOver(20) then
  143.       ProductHilite(0)
  144.       repeat while rollOver(20)
  145.         untenscrollen()
  146.       end repeat
  147.       ProductHilite(1)
  148.     end if
  149.   end if
  150. end
  151.  
  152. on makeProductList
  153.   global db
  154.   set templist to getAt(db, 1)
  155.   set max to count(templist) - 1
  156.   set t to EMPTY
  157.   repeat with i = 1 to max
  158.     put getDB(2, i) & RETURN after t
  159.   end repeat
  160.   put t into field "Bestellscrolliste"
  161. end
  162.  
  163. on stopvideo spritenum
  164.   if isItAMovie(spritenum) then
  165.     puppetSprite(spritenum, 0)
  166.     set the movieTime of sprite spritenum to 0
  167.     set the movieRate of sprite spritenum to 0
  168.   end if
  169. end
  170.  
  171. on startVideo spritenum
  172.   if isItAMovie(spritenum) then
  173.     sound stop 1
  174.     set the movieTime of sprite spritenum to 0
  175.     set the movieRate of sprite spritenum to 1
  176.   end if
  177. end
  178.  
  179. on isItAMovie spritenum
  180.   if the castNum of sprite spritenum > 0 then
  181.     if the castType of cast the castNum of sprite spritenum = #digitalVideo then
  182.       return 1
  183.       exit
  184.     end if
  185.   end if
  186.   return 0
  187. end
  188.  
  189. on jump thelabelname
  190.   global theMode
  191.   cursor(4)
  192.   set distance to the frame - label(thelabelname)
  193.   if (distance < 0) or (distance > 5) then
  194.     set theMode to "inter"
  195.   end if
  196.   hideSWinfo()
  197.   puppoff()
  198.   stopvideo(2)
  199.   go(label(thelabelname))
  200.   unloadAll()
  201. end
  202.  
  203. on unloadAll
  204.   unLoad()
  205. end
  206.  
  207. on puppon
  208.   repeat with i = 1 to 48
  209.     puppetSprite(i, 1)
  210.   end repeat
  211. end
  212.  
  213. on puppoff
  214.   repeat with i = 1 to 46
  215.     puppetSprite(i, 0)
  216.   end repeat
  217. end
  218.  
  219. on doKey
  220.   put the key && charToNum(the key)
  221. end
  222.  
  223. on testgag gagnum, lastgag
  224.   global haveseenNews, haveseenTopTen, haveseenGew, haveseenBest
  225.   if getPos(lastgag, gagnum) > 0 then
  226.     set bad to 1
  227.   end if
  228.   if (haveseenNews = 1) and (gagnum = 7) then
  229.     set bad to 1
  230.   end if
  231.   if (haveseenTopTen = 1) and (gagnum = 1) then
  232.     set bad to 1
  233.   end if
  234.   if (haveseenGew = 1) and (gagnum = 9) then
  235.     set bad to 1
  236.   end if
  237.   if (haveseenBest = 1) and (gagnum = 2) then
  238.     set bad to 1
  239.   end if
  240.   if gagnum = 5 then
  241.     set bad to 1
  242.   end if
  243.   if (count(lastgag) < 4) and ((gagnum = 7) or (gagnum = 9) or (gagnum = 1) or (gagnum = 2)) then
  244.     set bad to 1
  245.   end if
  246.   return bad
  247. end
  248.  
  249. on importDB
  250.   global db
  251.   set theFile to FileIO(mnew, "read", the pathName & "data\swdata.inf")
  252.   if not objectp(theFile) then
  253.     alert("DB Error")
  254.     exit
  255.   end if
  256.   set dbtext to theFile(mReadFile)
  257.   theFile(mdispose)
  258.   do("set db =" & dbtext)
  259. end
  260.  
  261. on addDB fieldNum, titleNum, theText
  262.   global db
  263.   set theList to getAt(db, fieldNum)
  264.   addAt(theList, titleNum, theText)
  265. end
  266.  
  267. on setDB fieldNum, titleNum, theText
  268.   global db
  269.   set theList to getAt(db, fieldNum)
  270.   setAt(theList, titleNum, theText)
  271. end
  272.  
  273. on getDB fieldNum, titleNum
  274.   global db
  275.   if count(db) >= fieldNum then
  276.     set theList to getAt(db, fieldNum)
  277.     if count(theList) >= titleNum then
  278.       return getAt(theList, titleNum)
  279.     else
  280.       return "."
  281.     end if
  282.   else
  283.     return ","
  284.   end if
  285. end
  286.  
  287. on getSWinfoText
  288.   global progNum
  289.   set progNum to integer(progNum)
  290.   if progNum > 0 then
  291.     put "Datenblatt" && getDB(2, progNum) into field "SWinfoHead"
  292.     set t to EMPTY
  293.     if getDB(3, progNum) <> EMPTY then
  294.       put "Hersteller:" & RETURN & getDB(3, progNum) & RETURN & RETURN after t
  295.     end if
  296.     if getDB(9, progNum) <> EMPTY then
  297.       put "Hardwarevoraussetzungen:" & RETURN & getDB(9, progNum) & RETURN & RETURN after t
  298.     end if
  299.     if getDB(8, progNum) <> EMPTY then
  300.       put "Beschreibung:" & RETURN & getDB(8, progNum) & RETURN & RETURN after t
  301.     end if
  302.     if getDB(4, progNum) <> EMPTY then
  303.       put "Bestellnummer:" & RETURN & getDB(4, progNum) & RETURN & RETURN after t
  304.     end if
  305.     if getDB(5, progNum) <> EMPTY then
  306.       put "Preis (incl. MWSt.):" & RETURN & "DM " & getDB(5, progNum) & RETURN after t
  307.     end if
  308.   else
  309.     set t to "Information nicht verf├╝gbar"
  310.   end if
  311.   put t into field "SWinfo"
  312. end
  313.  
  314. on kurzinfotext Nummer
  315.   set Nummer to integer(Nummer)
  316.   if Nummer > 0 then
  317.     set t to EMPTY
  318.     set t to getDB(2, Nummer) & RETURN
  319.     if getDB(7, Nummer) <> EMPTY then
  320.       put getDB(7, Nummer) & RETURN after t
  321.     end if
  322.     if getDB(4, Nummer) <> EMPTY then
  323.       put "Best.Nr.:" & getDB(4, Nummer) after t
  324.     end if
  325.     if getDB(5, Nummer) <> EMPTY then
  326.       put "   DM " & getDB(5, Nummer) & RETURN after t
  327.     else
  328.       set t to "*"
  329.     end if
  330.   end if
  331.   return t
  332. end
  333.  
  334. on SWinfo
  335.   if the locH of sprite 47 < 600 then
  336.     hideSWinfo()
  337.   else
  338.     showSWinfo()
  339.   end if
  340. end
  341.  
  342. on showSWinfo
  343.   getSWinfoText()
  344.   puppetSprite(47, 1)
  345.   puppetSprite(48, 1)
  346.   if isItAMovie(2) and (the left of sprite 2 > 300) then
  347.     set the locH of sprite 47 to 25
  348.     set the locH of sprite 48 to 25
  349.   else
  350.     set the locH of sprite 47 to 300
  351.     set the locH of sprite 48 to 300
  352.   end if
  353.   updateStage()
  354. end
  355.  
  356. on hideSWinfo
  357.   puppetSprite(47, 0)
  358.   puppetSprite(48, 0)
  359.   set the locH of sprite 47 to 642
  360.   set the locH of sprite 48 to 642
  361.   updateStage()
  362. end
  363.  
  364. on makeOrderList
  365.   global selectedproducts
  366.   set ret to numToChar(13)
  367.   set theLine to "-------------------------------------------------------------------------------------"
  368.   set theTab to "          "
  369.   if (count(selectedproducts) = 0) and (the text of field "antwort" = ".") then
  370.     beep()
  371.     exit
  372.   end if
  373.   set adr to EMPTY
  374.   repeat with i = 1 to the number of lines in field "adressen"
  375.     set adr to adr & line i of field "adressen" & ret
  376.   end repeat
  377.   set adr to adr & ret
  378.   set bestell to the date & ret & ret & "MEDIA GALLERY BESTELLFORMULAR" & ret & theLine & ret & theTab & "Ich bestelle:" & ret & ret
  379.   set t to EMPTY
  380.   repeat with i = 1 to count(selectedproducts)
  381.     set titleNum to getAt(selectedproducts, i)
  382.     set t to t & theTab & getDB(2, titleNum) & ret & theTab & theTab & getDB(4, titleNum) & "            DM  " & getDB(5, titleNum) & ret
  383.   end repeat
  384.   set t to t & ret
  385.   set pay to theTab & "Den Gesamtbetrag zzgl. Versandkostenpauschale " & ret & theTab & "von DM 6,90 bezahle ich " & ret & theTab & "[ ] per beigef├╝gtem Scheck" & ret & theTab & "[ ] per Nachnahme (zzgl. Nachnahmegeb├╝hr)" & ret & theTab & "[ ] Kreditkarte Nr. ....................................." & ret & theTab & "    [ ] Eurocard    [ ] Visacard" & ret & theTab & "    g├╝ltig bis ................................. " & ret & ret
  386.   set mgsp to "DAS MEDIA-GALLERY-SUPER-PREISR├äTSEL" & ret & theLine & ret & theTab & "Wie viele Neuvorstellungen in diesem " & ret & theTab & "Monat stammen aus der Star Wars-Reihe?" & ret & theTab & "Meine L├╢sung ist:" & ret & ret & theTab & "> " & field "antwort" & ret & ret
  387.   set mgsp2 to "Einsendeschlu├ƒ: 31.05.95" & ret & "G├╝ltig ist das Datum des Poststempels." & ret & "Der Rechtsweg ist ausgeschlossen." & ret & "Die Teilnahme am Gewinnspiel ist von der Bestellung unabh├ñngig." & ret
  388.   set sign to ret & "Unterschrift" & "________________________________"
  389.   set ordertext to adr & bestell & t & pay & mgsp & mgsp2 & sign
  390.   put ordertext into field "ordertxt"
  391.   copyToClipBoard(cast "ordertxt")
  392.   puppoff()
  393.   if (the frame > 265) and (the frame < 275) then
  394.     go("g2")
  395.   else
  396.     go("b2")
  397.   end if
  398. end
  399.  
  400. on meminfo
  401.   if the optionDown then
  402.     unLoad()
  403.   end if
  404.   if the commandDown then
  405.     unLoad()
  406.   end if
  407.   alert("RAM Info" & RETURN & RETURN & "Total: " & the memorysize / 1024 && "Kb" & RETURN & "Free: " & the freeBytes / 1024 && "Kb" & RETURN & "Current Picture: " & ramNeeded(the frame, the frame) / 1024 && "Kb")
  408. end
  409.  
  410. on adrinfo
  411.   alert(the text of field "Direct Works Adresse")
  412. end
  413.  
  414. on setpreload OnOff
  415.   repeat with i = 1 to 400
  416.     if the castType of cast i = #digitalVideo then
  417.       set the preLoad of cast i to OnOff
  418.     end if
  419.   end repeat
  420. end
  421.  
  422. on findlabel
  423.   set myframe to marker(0)
  424.   set l to the labelList
  425.   repeat with i = 1 to the number of lines in l
  426.     if label(line i of l) = myframe then
  427.       return line i of l
  428.       exit
  429.     end if
  430.   end repeat
  431.   return EMPTY
  432. end
  433.  
  434. on initpuzzle
  435.   global zeile1, zeile2, zeile3, zeile4, positionen
  436.   repeat with foo = 25 to 36
  437.     set the puppet of sprite foo to 1
  438.   end repeat
  439.   set zeile1 to [#leer, #leer, #leer]
  440.   set zeile2 to [#leer, #leer, #leer]
  441.   set zeile3 to [#leer, #leer, #leer]
  442.   set zeile4 to [#leer, #leer, #leer]
  443.   set positionen to [zeile1, zeile2, zeile3, zeile4]
  444. end
  445.  
  446. on platzfrei h, v
  447.   global positionen
  448.   set hindex to (h - 280) / 80
  449.   set vindex to (v - 90) / 60
  450.   getAt(positionen, vindex)
  451.   getAt(the result, hindex)
  452.   if the result = #leer then
  453.     return 1
  454.   else
  455.     return 0
  456.   end if
  457. end
  458.  
  459. on besetzen h, v, spri
  460.   global positionen
  461.   set foo to the castNum of sprite spri
  462.   set puzname to the name of cast foo
  463.   set puzh to the value of word 3 of puzname
  464.   set puzv to the value of word 2 of puzname
  465.   set hindex to (h - 280) / 80
  466.   set vindex to (v - 90) / 60
  467.   if (puzh = hindex) and (puzv = vindex) then
  468.     getAt(positionen, vindex)
  469.     setAt(the result, hindex, #richtig)
  470.   else
  471.     getAt(positionen, vindex)
  472.     setAt(the result, hindex, #falsch)
  473.   end if
  474. end
  475.  
  476. on loesung
  477.   global positionen
  478.   if positionen = [[#richtig, #richtig, #richtig], [#richtig, #richtig, #richtig], [#richtig, #richtig, #richtig], [#richtig, #richtig, #richtig]] then
  479.     return 1
  480.   else
  481.     return 0
  482.   end if
  483. end
  484.  
  485. on posfreien h, v
  486.   global positionen
  487.   if (((h - 280) mod 80) = 0) and (((v - 90) mod 60) = 0) then
  488.     set hindex to (h - 280) / 80
  489.     set vindex to (v - 90) / 60
  490.     getAt(positionen, vindex)
  491.     setAt(the result, hindex, #leer)
  492.   end if
  493. end
  494.  
  495. on nachvorn spri
  496.   set clipcast to the castNum of sprite spri
  497.   set cliph to the locH of sprite spri
  498.   set clipv to the locV of sprite spri
  499.   repeat with foo = spri to 35
  500.     set the castNum of sprite foo to the castNum of sprite (foo + 1)
  501.     set the locH of sprite foo to the locH of sprite (foo + 1)
  502.     set the locV of sprite foo to the locV of sprite (foo + 1)
  503.   end repeat
  504.   set the castNum of sprite 36 to clipcast
  505.   set the locH of sprite 36 to cliph
  506.   set the locV of sprite 36 to clipv
  507. end
  508.  
  509. on nachhin spri
  510.   set clipcast to the castNum of sprite spri
  511.   set cliph to the locH of sprite spri
  512.   set clipv to the locV of sprite spri
  513.   repeat with foo = spri down to 26
  514.     set the castNum of sprite foo to the castNum of sprite (foo - 1)
  515.     set the locH of sprite foo to the locH of sprite (foo - 1)
  516.     set the locV of sprite foo to the locV of sprite (foo - 1)
  517.   end repeat
  518.   set the castNum of sprite 25 to clipcast
  519.   set the locH of sprite 25 to cliph
  520.   set the locV of sprite 25 to clipv
  521. end
  522.